home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / adv106 / whatsnew.txt < prev   
Text File  |  1999-03-03  |  2KB  |  53 lines

  1.  
  2. --------------------------------------------------------------
  3.  
  4.         Advanced Clock Control 1.2.00
  5.  
  6.         What's new in this release ?
  7.  
  8. --------------------------------------------------------------
  9.  
  10. 1. A new property: ShowAnalogDay is added. This property determines
  11. wether the current day of month is displayed like in analog clocks -
  12. as digits, placed right from clock's center. From 10 to 12 PM the 
  13. digits shows a smooth move to the next value. The property can be 
  14. set at run- or designtime. The property has the type Boolean and is
  15. located on property page Appearance I.
  16.  
  17. 2. A new property: AnalogDayPic is added. This property determines
  18. wether the day of month is displayed instead of standard digits, 
  19. with user-defined picture. The property can be set at run- or 
  20. designtime. The property has the type Picture and is located on 
  21. property page Picture.
  22.  
  23. 3. A new property: ShowDayOfWeek is added. This property determines
  24. wether the current day of week is displayed in a separate small
  25. analog clock placed left from clocks center. The property can be 
  26. set at run-or designtime. The property has the type Boolean and is
  27. located on property page Appearance I.
  28.  
  29. 4. A new property: ShowDayOfMonth is added. This property determines
  30. wether the current day of month is displayed in a separate small
  31. analog clock placed right from clocks center. The property can be 
  32. set at run-or designtime. The property has the type Boolean and is
  33. located on property page Appearance I.
  34.  
  35. 5. A new property: ShowZodiac is added. This property determines
  36. wether the current position of moon in relation to zodiacs is displayed.
  37. The property can be set at run-or designtime. The property has the 
  38. type Boolean and is located on property page Appearance I.
  39.  
  40. 6. Misc.
  41.  
  42. FontAutoSize effects now also to CaptionFont. The size of CaptionFont
  43. can be determined now wether by user or ,automatically, by control.
  44.  
  45. 7. Bugfixes
  46.  
  47. A minor bug in displaying edges of SmallSeconds was fixed.
  48. A bug in property page: time zone information ( small fonts only ) was fixed.
  49. The slightly flicker when displaying bubblehelp window does'nt appear now.
  50. In previous versions the parent window was activated automatically 
  51. when mouse was moved over the caption and URL was empty ! In recent
  52. version the control and its parent window are activated only when
  53. URL contains a string for bubble help ( thanks, Joachim ).